Snap with python3 + tkinter crashes with SEGFAULT
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
On trying to convert a working python package using tkinter the resulting Snap crashes with SEGFAULT.
I've reduced the code to a minimal example:
https://github.com/randomchars42/snap_python_tkinter_skeleton
This produces the following output:
initialising tk: window = Tk()
done
adding window title: window.title(TEXT)
done
creating a label: label = Label(window)
Segmentation fault (core dumped)
Evaluation history
No evaluation history available.